-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version 4.28.0 to staging #408
Release version 4.28.0 to staging #408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
|
||
### Fixed | ||
|
||
- Improved `Docker`/`Terraform` deployment, fixed `html-pdf` module usage under Docker container with using docker container based on the `Debian` image to make `html-pdf` module workable, fixed deprecation warnings. PR: [bfx-reports-framework#415](https://github.com/bitfinexcom/bfx-reports-framework/pull/415) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![Screenshot_20241003-130849.png](https://github.com/user-attachments/assets/dd9200dc-e754-406a-8372-fbbddb4f44aa@ezewer
)
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
## [Unreleased] | |||
|
|||
## [4.28.0] - 2024-09-25 | |||
|
|||
### Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ko
|
||
### Added | ||
|
||
- Implemented dynamic height calculation for the `Concentration Risk` pie chart to prevent overflow issues possibility spotted in some cases. PR: [bfx-report-ui#859](https://github.com/bitfinexcom/bfx-report-ui/pull/859) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks MoneyGram
[4.28.0] - 2024-09-25
Added
Concentration Risk
pie chart to prevent overflow issues possibility spotted in some cases. PR: bfx-report-ui#859Last Sync time
handling and representation (approximately in hours) for theReports
. PR: bfx-report-ui#863Profits
section (port of theWin/Loss
chart with several predefined parameters) on the appSummary
page. Removed charts smoothness for better precision. PR: bfx-report-ui#864JSON
files usingi18next
lib for easier translation maintenance. PRs: bfx-report#402, bfx-reports-framework#417Changed
Fixed
Docker
/Terraform
deployment, fixedhtml-pdf
module usage under Docker container with using docker container based on theDebian
image to makehtml-pdf
module workable, fixed deprecation warnings. PR: bfx-reports-framework#415process.send()
when the app is on its way to being closed and the child process channel is closed but the worker still sends a message to the main one. PR: bfx-reports-framework#416Security
path-to-regexp
from1.8.0
to1.9.0
,express
from4.19.2
to4.21.0
. PR: bfx-report-ui#858